home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_353 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  257 b   |  11 lines

  1. on(press){
  2.    if(_root.browser == "iewin")
  3.    {
  4.       getURL("javascript:void openVideoWindow(\'video/" add _parent.gameurl add ".html\')","");
  5.    }
  6.    else
  7.    {
  8.       getURL("popper.html?url=video/" add _parent.gameurl add ".html","pop");
  9.    }
  10. }
  11.